Release 2019.2
authorJonathan Lebon <jonathan@jlebon.com>
Wed, 24 Apr 2019 20:12:31 +0000 (16:12 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 25 Apr 2019 16:47:40 +0000 (16:47 +0000)
Also add `ostree_repo_get_bootloader` to the public API, which was
missed when it was initially merged.

Closes: #1844
Approved by: rfairley

apidoc/ostree-sections.txt
configure.ac
src/libostree/libostree-devel.sym
src/libostree/libostree-released.sym
tests/test-symbols.sh

index 5dbafc5fdfe19a0e12d7250abb742d2438f7ec8d..1a26e1ebdfa36c164b9cf39e49ac2255d21719b0 100644 (file)
@@ -293,6 +293,7 @@ ostree_repo_is_system
 ostree_repo_is_writable
 ostree_repo_create_at
 ostree_repo_create
+ostree_repo_get_bootloader
 ostree_repo_get_path
 ostree_repo_get_mode
 ostree_repo_get_min_free_space_bytes
index 3a2b1362e860a7f9ea4ed5fe65858a47b25d7bbf..e6e145db205d9e1a8fc547883bad6b4b160e0c6e 100644 (file)
@@ -7,7 +7,7 @@ m4_define([year_version], [2019])
 m4_define([release_version], [2])
 m4_define([package_version], [year_version.release_version])
 AC_INIT([libostree], [package_version], [walters@verbum.org])
-is_release_build=no
+is_release_build=yes
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])
index 4ff2b86f9d3be1ed06b6fcbc100f1ae5e2abf509..8d9a7bfcd94401e412c4f839e3149f8bd92902e2 100644 (file)
 ***/
 
 /* Add new symbols here.  Release commits should copy this section into -released.sym. */
-LIBOSTREE_2018.10 {
+LIBOSTREE_2019.3 {
 } LIBOSTREE_2018.9;
 
 /* Stub section for the stable release *after* this development one; don't
- * edit this other than to update the last number.  This is just a copy/paste
+ * edit this other than to update the year.  This is just a copy/paste
  * source.  Replace $LASTSTABLE with the last stable version, and $NEWVERSION
  * with whatever the next version with new symbols will be.
-LIBOSTREE_2018.$NEWVERSION {
+LIBOSTREE_2019.$NEWVERSION {
 global:
   someostree_symbol_deleteme;
-} LIBOSTREE_2018.$LASTSTABLE;
+} LIBOSTREE_2019.$LASTSTABLE;
 */
index 90b363cad457be83789cb3c517e04c5ef7e3a53f..a4daaf1cfbd5d4be32fde2a281c928849c3e6217 100644 (file)
@@ -542,6 +542,13 @@ LIBOSTREE_2018.9 {
   ostree_repo_get_default_repo_finders;
 } LIBOSTREE_2018.7;
 
+/* No new symbols in 2019.1 */
+
+LIBOSTREE_2019.2 {
+  ostree_repo_get_bootloader;
+} LIBOSTREE_2018.9;
+
+
 /* NOTE: Only add more content here in release commits!  See the
  * comments at the top of this file.
  */
index 47f3ad73779fce219431efae1b277a534f259716..ac058fad4205b126c60be4421386d675d012348f 100755 (executable)
@@ -54,7 +54,7 @@ echo 'ok documented symbols'
 
 # ONLY update this checksum in release commits!
 cat > released-sha256.txt <<EOF
-ae2946567160d4a47c8a7d000b87306895ee72cdd339e157d21c839e4b2c003a  ${released_syms}
+26f500134a55d678dd8ce6ba971c9e05cd4848b50ab895abc32cde1cffb5ad28  ${released_syms}
 EOF
 sha256sum -c released-sha256.txt